home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / admn1016.lha / spatch.doc < prev   
Text File  |  1995-11-06  |  990b  |  34 lines

  1. spatch - Applies patches to files
  2.  
  3. Synopsis
  4.  
  5. spatch [options] <oldfile>
  6.  
  7. Description
  8.  
  9.    The spatch utility applies patches to files.  A patch file is a
  10.    binary file that describes the differences between an existing
  11.    file and a new version of that file.  You can use the scompare
  12.    utility to generate patch files.
  13.  
  14.    <oldfile> is the name of the file to be patched.
  15.  
  16.    spatch supports the following options:
  17.  
  18.      -o<out-filename>
  19.     is the name of the generated patched file.  If you do not
  20.     specify the -p option, spatch looks for the file oldfile.new
  21.     in the current directory.
  22.  
  23.      -p<patchfile>
  24.     is the name of the patch file generated by the scompare
  25.     utility.  The default file is oldfile.pch in the current
  26.     directory.
  27.  
  28.    NOTE:  You cannot distribute copies of scompare or any other
  29.       utility, except spatch, that is included in the SAS/C
  30.       Development System.  The patch file that you create using
  31.       scompare and the spatch utility are both freely
  32.       redistributable.
  33.  
  34.